Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-master particle module -- setup mpi-io for particles #301

Closed
wants to merge 8 commits into from

Conversation

fangjian19
Copy link
Contributor

No description provided.

src/particle.f90 Outdated
Comment on lines 233 to 277
! if(irestart==0) then
! !
! call particle_gen(particle,numparticle)
! !
! particle_file_numb=0
! !
! call h5write_particle()
! !
! else
! ! call h5read_particle(particle,numparticle)
! call particle_gen(particle,numparticle)
! !
! particle_file_numb=0
! !
! call h5write_particle()
! !
! endif
! !
! ! call partical_domain_check('bc_tgv')
! ! call partical_domain_check('bc_channel')
! call partical_domain_check('out_disappear')
! !
! !
! ! call partical_swap
! !
! ! call write_particle()
! !
! part_time=0.d0
! part_comm_time=0.d0
! part_vel_time=0.d0
! part_dmck_time=0.d0
! a2a_time=0.d0
! count_time=0.d0
! table_share_time=0.d0
! data_pack_time=0.d0
! data_unpack_time=0.d0
! mpi_comm_time=0.d0
! h5io_time=0.d0
! !
! particletime=t
! sub_time_step=dt
! sub_time_step=0.1d0*dt
!
! lorentzforce=.true.
!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this code no longer needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I clicked the pull request by mistake... This part is under development.
I will launch a pull request when it is done.
Just ignore or reject.

@pbartholomew08 pbartholomew08 changed the title re-master particle module -- setup mpi-io for particles Draft: re-master particle module -- setup mpi-io for particles Sep 27, 2024
@pbartholomew08 pbartholomew08 changed the title Draft: re-master particle module -- setup mpi-io for particles re-master particle module -- setup mpi-io for particles Sep 27, 2024
@pbartholomew08 pbartholomew08 marked this pull request as draft September 27, 2024 13:02
@pbartholomew08
Copy link
Member

I've made it draft so you should be able to continue pushing to the same branch until it's ready, no need to reopen a pull request.

@fangjian19 fangjian19 closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants